Skip to content

CI: add Apache RAT audit workflow for license checks#110

Open
tuhaihe wants to merge 1 commit intomainfrom
rat-test-good
Open

CI: add Apache RAT audit workflow for license checks#110
tuhaihe wants to merge 1 commit intomainfrom
rat-test-good

Conversation

@tuhaihe
Copy link
Copy Markdown
Owner

@tuhaihe tuhaihe commented Jul 22, 2025

This commit introduces a new GitHub workflow that:

  • Runs Apache Rat to verify license compliance on all files
  • Executes automatically on PR submissions and merges to main branch
  • Uploads check results as artifacts for debugging purposes
  • Provides a clear job summary with appropriate status indicators

This workflow can help us ensure all files comply with ASF requirements, catching potential licensing issues before they're merged into the codebase.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


This commit introduces a new GitHub workflow that:
- Runs Apache Rat to verify license compliance on all files
- Executes automatically on PR submissions and merges to main branch
- Uploads check results as artifacts for debugging purposes
- Provides a clear job summary with appropriate status indicators

This workflow can help us ensure all files comply with ASF requirements,
catching potential licensing issues before they're merged into the
codebase.
tuhaihe pushed a commit that referenced this pull request Feb 27, 2026
tuhaihe pushed a commit that referenced this pull request Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant